Skip to content
This repository was archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 384 Bytes

5.6.4 - swoole_http_client->setHeaders.md

File metadata and controls

9 lines (8 loc) · 384 Bytes

swoole_http_client->setHeaders

设置Http请求头

function swoole_http_client->setHeaders(array $headers);
  • $headers必须为键值对应的数组,底层会自动映射为$key: $value格式的Http标准头格式
  • setHeaders设置的Http头在swoole_http_client对象存活期间的每次请求永久有效
  • 重新调用setHeaders会覆盖上一次的设置